Show

data class Show(val id: String = "show") : Event

Triggered when the layer becomes visible.

Constructors

Link copied to clipboard
constructor(id: String = "show")

Properties

Link copied to clipboard
val id: String